home *** CD-ROM | disk | FTP | other *** search
- Path: erich.triumf.ca!bennett
- From: bennett@erich.triumf.ca (P.Bennett)
- Newsgroups: comp.lang.c
- Subject: Re: naked virgin basic help needed for newbie
- Date: 21 Jan 1996 22:40 PST
- Organization: TRIUMF: Tri-University Meson Facility
- Distribution: world
- Message-ID: <21JAN199622401765@erich.triumf.ca>
- References: <4dtvu4$da0@dub-news-svc-1.compuserve.com>
- NNTP-Posting-Host: erich.triumf.ca
- Keywords: borland c++ compiler
- News-Software: VAX/VMS VNEWS 1.50
-
- In article <4dtvu4$da0@dub-news-svc-1.compuserve.com>, <102627.3053@compuserve.com> writes...
- >
- >Can anyone tell me why my compiler is not recognizing int main (void)
- What do you mean by this??
-
- >or produces an error message at #include <stdio> as well as printf and
- this should be #include <stdio.h>
-
- >scanf. I admit this is my initial install and I'm sure its something very basic
-
- Quite possibly you have to set up the paths to include files and libraries
- somewhere - either as environment variables, or, for an IDE based compiler,
- somewhere in the IDE. Look in your compiler documentation for something about
- directories, search paths, etc.
-
- A _little_ detail on the compiler and operating system you are using would help
- us greatly in providing more detailed advice.
-
- Peter Bennett VE7CEI | Vessels shall be deemed to be in sight
- Internet: bennett@triumf.ca | of one another only when one can be
- Packet: ve7cei@ve7kit.#vanc.bc.ca | observed visually from the other
- TRIUMF, Vancouver, B.C., Canada | ColRegs 3(k)
- GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
-
-
-
-
-